/*顶部头条样式*/
a:hover {
    color:#000000;
}
.w {
    width: 1500px;
    margin: 0 auto;
}
.t {
    width: 1500px;
    margin: 35px auto;
}
.content-top {
    height: auto;
    margin: 20px 0 20px 0;
}
.ct_first {
    width: 100%;
    line-height: 40px;
    height: auto;
}
.ct_first .top-title {
    width: 1500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ct_second {
    width: 1000px;
    position: relative;
    left: 15%;
    text-align: center;
}
.ct_second_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}
.ct_second_child {
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    position: relative;
}
.ct_second_child a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.ct_second_title {
    margin-bottom: -9px;
    font-size: 27px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}



.ct_second_child::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    width: 1px;
    height: 18px;
    background-color: #000000;
    transform: translate(0, 0);
}
.ct_second_child:nth-child(3)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}
.ct_second_child:nth-child(6)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}

/*banner图1、2*/
.banner1,.banner2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 8px;
}
.banner1 a,.banner2 a {
    width: 495px;
    height: 105px;
    overflow: hidden;
}
.banner1 a img,.banner2 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.banner1 a img:hover,.banner2 a img:hover{
    transform-origin: center;
    transform: scale(1.05);
}

/*第二个头条*/
.content-second {
    display: flex;
    margin-top: 30px;
}
.ct2-box {
    width: 1200px;
    padding-right: 30px;
}
.ct2_first {
    width: 100%;
    line-height: 40px;
    height: auto;
}
.ct2_first .second-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ct2_second {
    width: 1000px;
    padding: 10px;
    position: relative;
    left: 5%;
    text-align: center;
}
.ct2_second_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.ct2_second_child {
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    position: relative;
}
.ct2_second_child a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.ct2_banner {
    width: 300px;
    height: 115px;
    overflow: hidden;
}
.ct2_banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.ct2_banner:hover img{
    transform-origin: center;
    transform: scale(1.03);
}

/*顶部轮播图*/
.lunbo-box {
    height: auto;
    display: flex;
    margin-bottom: 20px;
}
.swiper {
    width: 930px;
    position: relative;
    overflow: hidden;
}
.swiper-top {
    height: 550px;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.swiper-slide:hover img{
    transform-origin: center;
    transform: scale(1.05);
}
.swiper-slide div {
    width: 100%;
    position: relative;
    top: -50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
}
.swiper-slide div span {
    width: 750px;
    padding-left: 30px;
    line-height: 50px;
    font-size: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 40%;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}
.swiper-button-prev {
    background-image: url("../../image/bys/left.png");
}
.swiper-button-next {
    background-image: url("../../image/bys/right.png");
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #FFFFFF;
    opacity:1;
}
.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF; /* 设置边框样式为实线，宽度为2像素，颜色为黑色 */
    background: unset;
    border-radius: 50%; /* 设置圆角为50%以创建一个圆形 */
}
.swiper-pagination {
    right: 10px;
    bottom: 165px;
}
.swiper_bottom {
    margin-top: 20px;
    height: 130px;
}
.swiper_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.swiper_bottom:hover img{
    transform-origin: center;
    transform: scale(1.03);
}
.lunbo-right {
    width: 560px;
    padding-left: 10px;
}
.text-three {
    height: 260px;
}
.three-box {
    height: 70px;
    border-bottom: 1px solid #c9dbec;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 40px;
}
.three-title {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.three-content {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.text-seven {
    height: 390px;
}
.seven-title {
    height: 52px;
    border-bottom: 1px solid #c9dbec;
    line-height: 50px;
    padding-top: 10px;
    padding-left: 40px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.recommend_more a span {
    color: #036bb1;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    right: -40px;
}


/*媒体传播区域*/
.media-box {
    height: 460px;
    margin-top: 20px;
    display: flex;
}
.media-left {
    width: 1200px;
}
.media-image {
    height: 200px;
    padding: 20px 0 20px 0;
    background-color: #e6f1fb;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
/*媒体模块-图片*/
.carouselpar {
    width: 1100px;
    height: 150px;
    position: relative;
    padding: 20px 0 0 50px;
}
.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}
.carouselpar .sltm-carousle {
    width: 100%;
}
.lf {
    float: left;
}
.carouselpar #Carouselzt ul {
    padding-left: 0;
}
.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.sltm-carousle {
    width: 100%;
    height: 100%;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.carouselpar .carousel-img li {
    height: 150px;
    width: 280px;
    float: left;
}
.carousel-img li {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.carousel-img li a img {
    height: 150px;
    width: 250px;
    object-fit: cover;
    transition: all .5s;
}
.carousel-img li a img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.carl-btn {
    width: 23px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.carl-btn img {
    height: 37px;
    margin: 0 auto;
}
.pre {
    left: 13px;
    top: 80px;
}
.next {
    right: -35px;
    top: 80px;
}
/*媒体模块-视频*/
.media-video {
    height: 240px;
}
.media-video > .carouselpar {
    width: 1080px;
    height: 200px;
    position: relative;
    padding: 20px 0 0 60px;
}
#Carouselzt2 .carousel-img li a img:hover {
    transform-origin: center;
    transform: scale(1);
}
.media-video > .carouselpar .carousel-img li {
    height: 200px;
    width: 360px;
    float: left;
}
#Carouselzt2 > .carousel-img li a img {
    height: 200px;
    width: 350px;
}
.media-video .carl-btn {
    width: 23px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.media-video .carl-btn img {
    height: 37px;
    margin: 0 auto;
}
.media-video .pre {
    left: 20px;
    top: 100px;
}
.media-video .next {
    right: -30px;
    top: 100px;
}
.icon-bofang {
    background: url(../../../static/image/bys/bofang.png);
    position: relative;
    left: 10px;
    top: -50px;
    width: 40px;
    height: 40px;
}
.media-right {
    width: 280px;
    margin-left: 20px;
    overflow: hidden;
}
.media-swiper {
    height: 440px;
    padding-top: 20px;
    position: relative;
}
.media-swiper .swiper-slide:hover img{
    transform-origin: center;
    transform: scale(1);
}
.media-swiper > .swiper-button-prev, .media-swiper > .swiper-button-next {
    position: absolute;
    top: 55%;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}

/*四块新闻区*/
.news-box {
    height: 770px;
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}
.news-left {
    width: 1000px;
}
.big-news {
    height: 500px;
    margin-bottom: 20px;
    display: flex;
}
.country-news{
    width: 485px;
}
.country-news_title {
    height: 60px;
    background-image: linear-gradient(to bottom, #cbe1ff 60%, #f5faff);
}
.country-news_title p{
    width: 120px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-top: 5px solid #036bb1;
}
.country-news_title span {
    color: #036bb1;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    top: -50px;
    right: -400px;
}
.country-news_content {
    height: 440px;
}
.image_content {
    width: 485px;
    height: 300px;
    overflow: hidden;
}
.image_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.image_content img:hover{
    transform-origin: center;
    transform: scale(1.05);
}
.image_content div {
    position: relative;
    top: -40px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
}
.image_content div p {
    width: 400px;
    line-height: 40px;
    position: relative;
    top: 0;
    left: 10px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.text_content {
    height: 140px;
}
.text_content p {
    height: 34px;
    padding-left: 10px;
    line-height: 34px;
    font-size: 18px;
    border-bottom:1px solid #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.text_content p:nth-child(4){
    border-bottom:unset;
}
.gansu_news {
    margin-left: 25px;
}
.small-news {
    height: 250px;
    display: flex;
}
.public-interest {
    margin-left: 25px;
    width: 485px;
}
.picture_content {
    width: 485px;
    padding:10px 0 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    border-bottom: 1px solid #dfdfdf;
}
.picture_content a {
    width: 85px;
    height: 50px;
    overflow: hidden;
}
.picture_content a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.picture_content a img:hover {
    transform-origin: center;
    transform: scale(1.05);
}
.picture_content div {
    width: 320px;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.article_content {
    height: 190px;
}
.article_content p {
    height: 39px;
    padding-left: 10px;
    line-height: 39px;
    font-size: 18px;
    border-bottom:1px solid #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.article_content p:nth-child(3){
    border-bottom:unset;
}
.notice {
    width: 485px;
}

/*右侧评论、数字报*/
.news-right {
    width: 480px;
    margin-left: 20px;
}
.topic-news {
    height: 270px;
    box-shadow: 0 0 5px #999999;
}
.topic-news_title {
    height: 60px;
}
.topic-news_title p {
    width: 120px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-top: 5px solid #036bb1;
}
.topic-news_title span {
    color: #036bb1;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    top: -50px;
    right: -400px;
}
.topic-news_content {
    height: 210px;
}
.topic-news_content p {
    height: 41px;
    padding-left: 30px;
    line-height: 41px;
    font-size: 18px;
    border-bottom:1px solid #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.topic-news_content p:nth-child(5){
    border-bottom:unset;
}
.digital-newspaper {
    height: 480px;
    margin-top: 20px;
}
.newspaper_title {
    width: 482px;
    height: 57px;
    background: url(../../../static/image/bys/title.png);
    display: flex;
}
.newspaper_title span {
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-left: 25px;
}
.newspaper_title p {
    width: 180px;
    height: 50px;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 24px;
    padding-left: 55px;
    letter-spacing: 1px;
}
.newspaper_content {
    width: 479px;
    height: 425px;
    background: url(../../../static/image/bys/paperback.png);
}
.newspaper_content span {
    display: inline-block;
    width: 480px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
}
.newspaper_content img{
    transform: translate(120px,10px);
}

/*图说白银*/
.by_picture {
    width: 100%;
    height: 577px;
    margin-top: 50px;
    background: url(../../../static/image/bys/by_img.png);
}
.by_picture:after {
    content: '';
    width: 1903px;
    height: 577px;
    background: #FFFFFF;
}
.by_picture_title {
    width: 1403px;
    height: 1px;
    background: url(../../../static/image/bys/line.png);

}
.by_picture_title span:nth-child(1) {
    width: 93px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #0056a3;
    transform: translate(610px,-23px);
}
.by_picture_title span:nth-child(2) {
    width: 81px;
    display: block;
    font-size: 26px;
    color: #0056a3;
    transform: translate(725px,-60px);
}
#certify {
    position: relative;
    width: 1500px;
    margin: 0 auto;
}
#certify .swiper-container {
    padding-bottom: 60px;
}
#certify .swiper-slide {
    width: 885px;
    height: 500px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img{
    display:block;
}
#certify .swiper-slide img:hover {
    transform: scale(1);
}
#certify > .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 16%;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}
#certify > .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 16%;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}
/*最下面banner图*/
#banner_swiper {
    position: relative;
    width: 1500px;
}
#banner_swiper  .swiper-slide {
    width: 1500px;
    height: 143px;
    position: relative;
}
#banner_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
#banner_swiper  .swiper-slide img:hover {
    transform-origin: center;
    transform: scale(1);
}
#banner_swiper .swiper-pagination {
    right: 0;
    bottom: 10px;
}

/*友情链接*/
.lianjie {
    height: 220px;
    border-top: 1px solid #018de4;
    margin-bottom: 20px;
}
.lianjie-text {
    width: 100%;
    height: 225px;
    display: flex;
    flex-direction: column;
}
.lianjie_text_title {
    height: 30px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 15px;
}
.lianjie_text_title > ul {
    display: flex;
}
.lianjie_text_title > ul >li {
    width: 220px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 20px;
    background-color: #d6d6d6;
    text-align: center;
}
.active2 {
    color:#0e57a0;
    font-weight: 600;
}
.lianjie_text_title > ul > li:hover {
    color:#0e57a0;
    font-weight: 600;
    cursor: default;
}
.lianjie-text-bottom {
    width:100%;
    height: 170px;
    background-color: #f2f2f2;
}
.lianjie-text2 {
    width: 100%;
    display: flex;
    height: 170px;
    font-size: 14px;
    align-items: center;
}
.lianjie-text2 .item2{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.lianjie-text2 .item2 span {
    display: inline-block;
    width: 115px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}
.lianjie-text2 .item2 span:hover {
    color: #0e57a0;
}
/*返回按钮*/
.slider_bar {
    position: fixed;
    top: 800px;
    right: 100px;
    width: 55px;
    height: 55px;
    z-index: 999;
    cursor: pointer;
}
.slider_bar img{
    width: 100%;
    height: 100%;
}
